home *** CD-ROM | disk | FTP | other *** search
/ Suzy B Software 2 / Suzy B Software CD-ROM 2 (1994).iso / extras / programm / mcode_01 / source / basics / readme < prev   
Text File  |  1995-04-27  |  833b  |  23 lines

  1. File Description     : Readme file for the basics source directory
  2. Author             : Stephen McNabb
  3. Creation Date        : 21st February 1995
  4. Last Updated        : 21st Februray 1995
  5.  
  6.     The '\source\basics\' directory holds all the source files for
  7. the basic functions such as getting a character from the keyboard or
  8. displaying a string on screen. The executables are not included but
  9. examples of their use can be found in the '\source\general\' directory.
  10.  
  11. Files
  12. -----
  13.  
  14.     exit.s        - source code for exiting from program
  15.     getchar1.s    - source code for reading a character with echo
  16.     getchar2.s    - source code for reading a character without echo
  17.     gettext.s    - source code for reading a string
  18.     putchar.s    - source code for displaying a character
  19.     puttext.s    - source code for displaying a string
  20.     readme        - this file
  21.     
  22. *** End of File ***
  23.